home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Serveur SVM Mac / Scripts / Special Modem.fcl next >
Encoding:
Text File  |  1995-01-01  |  353 b   |  11 lines  |  [TEXT/????]

  1. // This sample script shows how to use the scripting system
  2. // to set up a modem directly, without the use of an MDM file
  3. // In this case, you would select "Direct Serial" as your modem type.
  4. //
  5. SEND "AT&F2B2\r"
  6. WAITFOR "OK" -t300
  7. SEND "ATS0=0S7=60S10=50M1V1E0X4&D2&C1\\V1\\N6\\Q3\r"
  8. WAITFOR "OK" -t300 
  9. SEND "ATDT9,6092250\r"
  10. WAITFOR "CONNECT" -t3600 
  11.